| 934 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY pl.`name` DESC
LIMIT 0,10 |
1.690
ms
|
19 |
Yes
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 558 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY pl.`name` DESC
LIMIT 0,10 |
1.618
ms
|
19 |
Yes
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps9_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps9_hook_alias` ha
INNER JOIN `ps9_hook` h ON ha.name = h.name |
1.553
ms
|
0 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:560 (getIdByName)
/classes/Hook.php:654 (isModuleRegisteredOnHook)
/classes/module/Module.php:1212 (registerHook)
/modules/leogallery/leogallery.php:330 (registerHook)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1108 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`id_product` ASC
LIMIT 0,10 |
1.219
ms
|
19 |
Yes
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps9_module` m
INNER JOIN ps9_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `ps9_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps9_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps9_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.210
ms
|
150 |
Yes
|
Yes
|
/classes/Hook.php:1500
/classes/Hook.php:809 (getAllHookRegistrations)
/classes/Hook.php:952 (getHookModuleExecList)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 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 `ps9_configuration` c
LEFT JOIN `ps9_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.175
ms
|
774 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 29 |
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 `ps9_configuration` c
LEFT JOIN `ps9_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.135
ms
|
774 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/override/classes/Dispatcher.php:169 (get)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 209 |
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 `ps9_hook_module` hm
STRAIGHT_JOIN `ps9_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps9_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.118
ms
|
424 |
|
|
/classes/Hook.php:495
/classes/Hook.php:542 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:63 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3668 (getManager)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 689 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") |
1.057
ms
|
19 |
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 196 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`id_product` ASC
LIMIT 0,10 |
0.976
ms
|
19 |
Yes
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 467 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
0.919
ms
|
19 |
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 843 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
0.911
ms
|
19 |
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1017 |
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-01-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps9_category_product` cp
LEFT JOIN `ps9_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps9_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 ps9_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 `ps9_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps9_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps9_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 `ps9_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps9_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps9_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10 |
0.904
ms
|
19 |
|
|
/classes/Category.php:1094
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps9_hook` |
0.770
ms
|
1202 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:961 (getIdByName)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 181 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps9_category` c
INNER JOIN `ps9_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps9_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 <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.754
ms
|
9 |
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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps9_hook` h
WHERE (h.active = 1) |
0.731
ms
|
1202 |
|
|
/classes/Hook.php:1608
/classes/Hook.php:910 (getHookStatusByName)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 168 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps9_category` c
INNER JOIN `ps9_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps9_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 <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.684
ms
|
9 |
Yes
|
|
/modules/leoelements/leoelements.php:1740
/modules/leoelements/includes/widgets/LeoProductCarousel.php:106 (getCategories)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps9_category` c
INNER JOIN `ps9_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps9_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 <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.629
ms
|
9 |
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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps9_manufacturer` m INNER JOIN ps9_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps9_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC |
0.562
ms
|
8 |
Yes
|
Yes
|
/classes/Manufacturer.php:195
/modules/leoelements/includes/widgets/LeoProductCarousel.php:108 (getManufacturers)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps9_country` c INNER JOIN ps9_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps9_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ps9_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
0.558
ms
|
241 |
Yes
|
|
/classes/Country.php:147
/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/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1191 |
INSERT INTO `ps9_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') |
0.558
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ObjectModel.php:489 (add)
/classes/Guest.php:256 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps9_manufacturer` m INNER JOIN ps9_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps9_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC |
0.530
ms
|
8 |
Yes
|
Yes
|
/classes/Manufacturer.php:195
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 217 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.509
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.506
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image_shop.`id_image` id_image, il.`legend`, cl.`name` AS category_default, a.quantity AS pack_quantity, product_shop.`id_category_default`, a.id_product_pack, a.id_product_attribute_item
FROM `ps9_pack` a
LEFT JOIN `ps9_product` p ON p.id_product = a.id_product_item
LEFT JOIN `ps9_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `ps9_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 `ps9_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 15
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
0.486
ms
|
2 |
|
Yes
|
/classes/Pack.php:387
/classes/Product.php:5565 (getItemTable)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1179 |
SELECT SQL_NO_CACHE * FROM `ps9_state` ORDER BY `name` ASC |
0.484
ms
|
404 |
Yes
|
|
/classes/Country.php:159
/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/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 359 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.480
ms
|
32 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE *
FROM `ps9_leoelements_contents` a
LEFT JOIN `ps9_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 3) LIMIT 1 |
0.473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1204 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.471
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1159 |
SELECT SQL_NO_CACHE 1 FROM ps9_cart_product cp INNER JOIN ps9_product p
ON (p.id_product = cp.id_product) INNER JOIN ps9_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.470
ms
|
1 |
|
|
/classes/Cart.php:4051
/classes/Cart.php:4032 (hasProducts)
/classes/Cart.php:2032 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/2a/55/20/2a5520fb32b176e30bbfb927be3a94418e8961cc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e270e6b7_87784197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/45/b5/bc/45b5bc62cb4023279dff543804b4744ea9149651_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/at_fresovalayouts_layout_full_width_tpl/45/b5/bc/45b5bc62cb4023279dff543804b4744ea9149651_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ee511_44869692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:161 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 499 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.463
ms
|
32 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1049 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.461
ms
|
32 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.458
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 599 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.456
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE m.name FROM ps9_module AS m INNER JOIN ps9_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') |
0.453
ms
|
75 |
|
|
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.451
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 875 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.449
ms
|
32 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2) |
0.444
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1025 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.444
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19) |
0.441
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1177 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, c.level_depth, cl.name, cl.link_rewrite
FROM `ps9_category` c
INNER JOIN `ps9_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps9_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 <= 17
AND c.id_category IN (
SELECT id_category
FROM `ps9_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.440
ms
|
9 |
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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1031 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.437
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (12) |
0.436
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.435
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.434
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.433
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.432
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.429
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.428
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1038 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.427
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.424
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (14) |
0.421
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 939 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.420
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 803 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.419
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 28
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 28
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.416
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps9_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-10 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.415
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:573
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.415
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1043 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.415
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 506 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.414
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.414
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2) |
0.414
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1113 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2) |
0.414
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.413
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.413
ms
|
16 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps9_shop_url su
LEFT JOIN ps9_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'ps.biokombucha.es' OR su.domain_ssl = 'ps.biokombucha.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.411
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1392
/classes/shop/Shop.php:356 (findShopByHost)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 1036 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.411
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 375 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.410
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1125 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.410
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.409
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 977 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.409
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1134 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.409
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (18) |
0.408
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1110 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.408
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.407
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1119 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.407
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.406
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1
ORDER BY f.position ASC, fvl.value ASC |
0.406
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (12) |
0.406
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.405
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.404
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.403
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1040 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.403
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 402 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.402
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 415 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.402
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.402
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (17) |
0.401
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 947 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.400
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1131 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.400
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.399
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps9_module` m
LEFT JOIN `ps9_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.398
ms
|
77 |
|
|
/classes/module/Module.php:342
/modules/leoelements/leoelements.php:126 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 486 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.398
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1034 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.397
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1019 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.397
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 389 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.396
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16) |
0.396
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 953 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16) |
0.396
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 312 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.395
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.395
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 233 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.394
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.394
ms
|
16 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1116 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.394
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 280 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.394
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 945 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (15) |
0.394
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 951 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.394
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.393
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1001 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.393
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2) |
0.392
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE p.*, ps.*,pl.*
FROM ps9_leoelements_profiles p
INNER JOIN ps9_leoelements_profiles_lang pl ON (p.id_leoelements_profiles = pl.id_leoelements_profiles)
INNER JOIN ps9_leoelements_profiles_shop ps ON (ps.id_leoelements_profiles = p.id_leoelements_profiles)
WHERE id_shop=1 AND id_lang=1 |
0.392
ms
|
6 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:314
/modules/leoelements/leoelements.php:1548 (getAllProfileByShop)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 1122 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.392
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.391
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.390
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1195 |
INSERT INTO `ps9_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('4369', '2', '3628718229', '', '1', '1', '2026-01-10 07:19:44') |
0.389
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.387
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.387
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1127 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.387
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 869 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.386
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 964 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.386
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1196 |
INSERT INTO `ps9_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('4368', '', 'ps.biokombucha.es/', '', '2026-01-10 07:19:44') |
0.386
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ConnectionsSource.php:106 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.385
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.385
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.384
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 335 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.383
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (28,29,30,31)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.383
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.383
ms
|
16 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (15) |
0.381
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 866 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.381
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1070 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.381
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps9_module` m
LEFT JOIN `ps9_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.380
ms
|
77 |
|
|
/classes/module/Module.php:342
/modules/ps_emailsubscription/ps_emailsubscription.php:96 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2
ORDER BY f.position ASC, fvl.value ASC |
0.380
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 28
AND agl.`id_lang` = 1 |
0.380
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.380
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1008 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.380
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.379
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 971 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.378
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.377
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 265 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.376
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 459 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.376
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10
ORDER BY f.position ASC, fvl.value ASC |
0.376
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1056 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.376
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 446 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.375
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9
ORDER BY f.position ASC, fvl.value ASC |
0.375
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.375
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (13) |
0.375
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1103 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.375
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 320 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.374
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1077 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.374
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 304 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.373
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.373
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 978 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.373
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps9_module` m
LEFT JOIN `ps9_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.373
ms
|
77 |
|
|
/classes/module/Module.php:342
/modules/leoblog/leoblog.php:44 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 1063 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.373
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 513 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.372
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9) |
0.372
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 295 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 6 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.370
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.370
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps9_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.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leoelements/leoelements.php:1717 (__construct)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:106 (getCategories)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2) |
0.368
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1013 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.367
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 422 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.366
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.364
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 757 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.364
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 882 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.364
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 434 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.363
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.363
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1
AND pac.`id_product_attribute` = 2
AND agl.`id_lang` = 1 |
0.362
ms
|
2 |
|
|
/classes/Product.php:7163
/classes/Product.php:7314 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.362
ms
|
16 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 267 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 16
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.362
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 9
AND pac.`id_product_attribute` = 23
AND agl.`id_lang` = 1 |
0.362
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:7314 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps9_meta` m
LEFT JOIN `ps9_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.361
ms
|
47 |
Yes
|
|
/override/classes/Dispatcher.php:146
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 229 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps9_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-10 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.361
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:573
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 999 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.361
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 631 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.360
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.359
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 995 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.359
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 1 |
0.358
ms
|
2 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.357
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16) |
0.357
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.355
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.355
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 983 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.355
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1006 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.355
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 219 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.354
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.354
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1094 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.353
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 576 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.352
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Pack.php:352 (getProductQuantity)
/classes/Product.php:4088 (getQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 747 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 32
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 32
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.352
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:114 (__construct)
/classes/Link.php:186 (getProductObject)
/modules/leoelements/leoelements.php:882 (getProductLink)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.351
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 527 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.351
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps9_product p
LEFT JOIN ps9_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps9_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps9_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (12) |
0.351
ms
|
1 |
|
|
/classes/ProductAssembler.php:70
/classes/ProductAssembler.php:189 (addMissingProductFields)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 829 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.351
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 745 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.350
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 17
AND pac.`id_product_attribute` = 32
AND agl.`id_lang` = 1 |
0.350
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 922 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.350
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE *
FROM `ps9_leoelements_contents` a
LEFT JOIN `ps9_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 2) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1180 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8
ORDER BY f.position ASC, fvl.value ASC |
0.348
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 282 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 19
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.348
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18
ORDER BY f.position ASC, fvl.value ASC |
0.348
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 726 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 13 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.347
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.347
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 889 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.347
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1165 |
SELECT SQL_NO_CACHE m.*, ml.*
FROM ps9_btmegamenu m
LEFT JOIN ps9_btmegamenu_lang ml ON m.id_btmegamenu = ml.id_btmegamenu AND ml.id_lang = 1 JOIN ps9_btmegamenu_shop ms ON m.id_btmegamenu = ms.id_btmegamenu AND ms.id_shop = 1 WHERE m.`active` = 1 ORDER BY `position` |
0.346
ms
|
11 |
Yes
|
|
/modules/leobootstrapmenu/classes/Btmegamenu.php:144
/modules/leobootstrapmenu/classes/Btmegamenu.php:161 (getMenus)
/modules/leobootstrapmenu/leobootstrapmenu.php:2872 (cacheMenusByFields)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3
AND pac.`id_product_attribute` = 13
AND agl.`id_lang` = 1 |
0.346
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10
AND pac.`id_product_attribute` = 24
AND agl.`id_lang` = 1 |
0.346
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 759 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 36
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 36
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.346
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 991 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.346
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1082 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.345
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 987 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.344
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 337 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 24
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.343
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 520 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.343
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1086 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.342
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.341
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1090 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.341
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 322 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 22
AND cp.`id_cart` = 0 AND cp.`id_product` = 9 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 22
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.339
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE *
FROM ps9_meta m
LEFT JOIN ps9_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.339
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1732 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_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/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e287f859_26377218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:368 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17
ORDER BY f.position ASC, fvl.value ASC |
0.338
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 235 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 9
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 9
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.338
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16
ORDER BY f.position ASC, fvl.value ASC |
0.337
ms
|
8 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 669 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.336
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1055 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.336
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.335
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 251 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 13
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.335
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3
ORDER BY f.position ASC, fvl.value ASC |
0.335
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6
ORDER BY f.position ASC, fvl.value ASC |
0.335
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 769 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.335
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 896 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.335
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4
AND pac.`id_product_attribute` = 16
AND agl.`id_lang` = 1 |
0.334
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4
ORDER BY f.position ASC, fvl.value ASC |
0.334
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 428 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.334
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10
AND pac.`id_product_attribute` = 25
AND agl.`id_lang` = 1 |
0.334
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:7314 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 546 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.334
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 731 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 14 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.334
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.334
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.333
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps9_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.331
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:285 (__construct)
/index.php:40 (require_once)
|
| 287 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE pa.`reference` AS attribute_reference, agl.`name` AS group_name, al.`name` AS attribute_name, pai.`id_image` AS id_product_attribute_image
FROM `ps9_product_attribute` pa
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_combination` pac ON pac.`id_product_attribute` = 19
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_image` pai ON (19 = pai.`id_product_attribute`)
WHERE pa.`id_product` = 5 AND pa.`id_product_attribute` = 19
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.331
ms
|
1 |
|
Yes
|
/classes/Pack.php:407
/classes/Product.php:5565 (getItemTable)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1101 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.330
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2
AND pac.`id_product_attribute` = 9
AND agl.`id_lang` = 1 |
0.329
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5
ORDER BY f.position ASC, fvl.value ASC |
0.329
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 638 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.329
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.328
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 935 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.328
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (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 ps9_shop_group gs
LEFT JOIN ps9_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps9_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.327
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:716
/classes/shop/Shop.php:775 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 468 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.327
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 929 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.327
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1047 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.327
ms
|
8 |
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps9_tab` |
0.327
ms
|
186 |
|
|
/classes/Tab.php:354
/modules/leoquicklogin/leoquicklogin.php:77 (getIdFromClassName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.327
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 970 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.326
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.326
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7
ORDER BY f.position ASC, fvl.value ASC |
0.325
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (28,29,30,31)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.325
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5
AND pac.`id_product_attribute` = 19
AND agl.`id_lang` = 1 |
0.324
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.323
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1176 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps9_category` c
LEFT JOIN `ps9_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.323
ms
|
1 |
|
|
/classes/Category.php:2247
/classes/Category.php:1145 (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/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:297 (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_checkout9506FrontContainer.php:1597 (__construct)
/var/cache/dev/Ps_checkout9506FrontContainer.php:1637 (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:1064 (getService)
/modules/ps_checkout/ps_checkout.php:1129 (getService)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1237 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.322
ms
|
8 |
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 903 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.322
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 969 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.322
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.321
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 9
AND pac.`id_product_attribute` = 22
AND agl.`id_lang` = 1 |
0.320
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 963 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.320
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15
ORDER BY f.position ASC, fvl.value ASC |
0.320
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 678 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.320
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 962 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.320
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1062 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.320
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 540 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.319
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1068 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.318
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1102 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.317
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.317
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 532 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.317
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE *
FROM ps9_btmegamenu_group gr
LEFT JOIN ps9_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.316
ms
|
2 |
|
|
/modules/leobootstrapmenu/leobootstrapmenu.php:2827
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE tr.*
FROM `ps9_tax_rule` tr
JOIN `ps9_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
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.316
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3669 (getTaxCalculator)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.316
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.316
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 618 |
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 `ps9_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps9_cart_product` cp JOIN `ps9_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps9_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` = 12 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Cart.php:1451
/classes/Product.php:4104 (getProductQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1161 |
SELECT SQL_NO_CACHE *
FROM ps9_meta m
LEFT JOIN ps9_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.315
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1732 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.314
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.313
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps9_hook_alias` |
0.313
ms
|
86 |
|
|
/classes/Hook.php:319
/classes/Hook.php:350 (getAllHookAliases)
/classes/Hook.php:825 (getHookAliasesFor)
/classes/Hook.php:952 (getHookModuleExecList)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 386 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.312
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 777 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.312
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.311
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.310
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 793 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.310
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (32,33,34,35)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.310
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1076 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.310
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM ps9_meta m
LEFT JOIN ps9_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.309
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1732 (getMetaTags)
/classes/controller/FrontController.php:521 (getTemplateVarPage)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.309
ms
|
8 |
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 653 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.309
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE c.id_cms, l.meta_title
FROM ps9_cms c
JOIN ps9_cms_lang l ON (c.id_cms = l.id_cms)
INNER JOIN ps9_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE l.id_lang = 1 AND c.`active` = 1
GROUP BY c.id_cms
ORDER BY c.`position` |
0.308
ms
|
25 |
Yes
|
Yes
|
/classes/CMS.php:176
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.308
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.308
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 773 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.308
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps9_lang` l
JOIN ps9_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/Language.php:1204
/classes/Language.php:1508 (countActiveLanguages)
/classes/Dispatcher.php:505 (isMultiLanguageActivated)
/classes/Dispatcher.php:224 (setRequestUri)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 1095 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.306
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.306
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 880 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.306
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.305
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.305
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 22 |
DELETE FROM `ps9_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ps9_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
) |
0.304
ms
|
1 |
|
|
/classes/Configuration.php:574
/modules/leoblog/leoblog.php:1103 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 761 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps9_attribute` a
LEFT JOIN `ps9_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps9_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 18
AND pac.`id_product_attribute` = 36
AND agl.`id_lang` = 1 |
0.304
ms
|
1 |
|
|
/classes/Product.php:7163
/classes/Product.php:5568 (getAttributesParams)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 649 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.302
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.301
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.301
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.301
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
: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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (28,29,30,31)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.301
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13
ORDER BY f.position ASC, fvl.value ASC |
0.299
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 789 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.299
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1069 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.298
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 797 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.297
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE agl.`name` AS group_name, al.`name` AS attribute_name, pa.`reference` AS attribute_reference
FROM `ps9_product_attribute` pa
INNER JOIN ps9_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps9_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product_attribute` = 19
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.297
ms
|
1 |
|
Yes
|
/classes/Pack.php:209
/classes/Pack.php:138 (getItems)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.295
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.294
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 784 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 14
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.294
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1167 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps9_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:445 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 18 AND il.`id_lang` = 1 ORDER by i.`position` |
0.292
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 916 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.292
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 536 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.291
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.291
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 17
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.290
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19
ORDER BY f.position ASC, fvl.value ASC |
0.290
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 901 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.290
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE *
FROM ps9_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.randkey IS NOT NULL AND gr.randkey != "" ORDER BY gr.id_leoslideshow_groups AND gr.randkey IS NOT NULL |
0.289
ms
|
7 |
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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 643 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.289
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 657 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.289
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 683 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.289
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1018 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.289
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 881 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.288
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 908 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.288
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.288
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE mc.*
FROM `ps9_module_currency` mc
WHERE (mc.`id_module` = 27) AND (mc.`id_shop` = 1) |
0.287
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_wirepayment/ps_wirepayment.php:83 (checkPaymentCurrencies)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE p.`id_product`
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
AND product_shop.`visibility` IN ("both", "catalog")
AND product_shop.`active` = 1
ORDER BY p.`id_product` ASC LIMIT 1 |
0.286
ms
|
1 |
|
|
/modules/leoelements/leoelements.php:871
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.285
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12
ORDER BY f.position ASC, fvl.value ASC |
0.284
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.284
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.282
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.282
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.281
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1207 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 2 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.281
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.281
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.281
ms
|
8 |
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.280
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.280
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 836 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.279
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE id_shop FROM ps9_shop |
0.279
ms
|
1 |
|
|
/classes/shop/Shop.php:752
/classes/Hook.php:648 (getCompleteListOfShopsID)
/classes/module/Module.php:1212 (registerHook)
/modules/leogallery/leogallery.php:330 (registerHook)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.279
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.279
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.278
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps9_feature_product pf
LEFT JOIN ps9_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps9_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN ps9_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps9_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps9_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14
ORDER BY f.position ASC, fvl.value ASC |
0.278
ms
|
2 |
Yes
|
|
/classes/Product.php:5730
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 912 |
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 `ps9_product_attribute` pa
INNER JOIN ps9_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 `ps9_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps9_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps9_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.278
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4256
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.278
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 230 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 2) |
0.277
ms
|
4 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.277
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 844 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.277
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.277
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.276
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1035 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.275
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1023 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.275
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.273
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.273
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1117 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.273
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.273
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position` |
0.272
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.272
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (36,37,38,39)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.272
ms
|
4 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.271
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE lsl.`id_leoslideshow_slides` as id_slide, lsl.*,lsll.*
FROM ps9_leoslideshow_slides lsl
LEFT JOIN ps9_leoslideshow_slides_lang lsll ON (lsl.id_leoslideshow_slides = lsll.id_leoslideshow_slides)
WHERE lsl.id_group = 8
AND lsll.id_lang = 1 AND lsl.`active` = 1
ORDER BY lsl.position |
0.271
ms
|
11 |
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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 921 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.271
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE * FROM `ps9_currency` c ORDER BY `iso_code` ASC |
0.270
ms
|
1 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:89 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.270
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.270
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 277 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 5) |
0.270
ms
|
3 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.270
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 596 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 16) |
0.270
ms
|
4 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.269
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12
ORDER BY `position` |
0.269
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_product_list` a INNER JOIN `ps9_leoelements_product_list_shop` ps ON (ps.`id_leoelements_product_list` = a.`id_leoelements_product_list`) WHERE plist_key= "plist3400181017" AND ps.id_shop=1 |
0.268
ms
|
11 |
|
|
/modules/leoelements/leoelements.php:1258
/modules/leoelements/leoelements.php:680 (getProductListConfig)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.268
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.268
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 954 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position` |
0.268
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.267
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 927 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.267
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1111 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.267
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.266
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position` |
0.266
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.266
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1020 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.266
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.265
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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` = 18
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.265
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 1) |
0.265
ms
|
8 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.264
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (get_post_meta)
/modules/leoelements/core/files/assets/svg/svg-handler.php:56 (get_option)
/modules/leoelements/core/files/assets/svg/svg-handler.php:744 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13
ORDER BY `position` |
0.264
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.264
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps9_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/leoelements/leoelements.php:883 (getCategoryLink)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1192 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps9_connections`
WHERE `id_guest` = 4369
AND `date_add` > '2026-01-10 06:49:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.263
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.262
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position` |
0.261
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.261
ms
|
3 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.261
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 952 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.261
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1188 |
SELECT SQL_NO_CACHE * FROM ps9_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.261
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:1237 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_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/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e287f859_26377218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:368 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.261
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 18
ORDER BY `position` |
0.260
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.260
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.260
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_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/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e287f859_26377218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:368 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `ps9_currency` a
LEFT JOIN `ps9_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps9_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.259
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.259
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.259
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 928 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps9_product_attribute_combination` pac
LEFT JOIN `ps9_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps9_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps9_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps9_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.259
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.258
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.258
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1138 |
SELECT SQL_NO_CACHE *
FROM ps9_meta m
LEFT JOIN ps9_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.258
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1732 (getMetaTags)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1139 (getTemplateVarPage)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position` |
0.257
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1136 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position` |
0.257
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.256
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:459 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.256
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1044 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.256
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1041 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.256
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.255
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.255
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.255
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position` |
0.255
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1120 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.255
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1126 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.255
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.255
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1114 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.254
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1121 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.254
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1166 |
SELECT SQL_NO_CACHE * FROM ps9_btmegamenu_widgets WHERE `id_shop` = 1 |
0.254
ms
|
6 |
|
|
/modules/leobootstrapmenu/classes/widget.php:130
/modules/leobootstrapmenu/classes/widget.php:273 (getWidgets)
/modules/leobootstrapmenu/classes/Btmegamenu.php:520 (loadWidgets)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.254
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1128 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.254
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.253
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 940 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.253
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 309 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 8) |
0.253
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position` |
0.253
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.252
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 946 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15
ORDER BY `position` |
0.252
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.251
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:929 (create)
/modules/leoelements/leoelements.php:1141 (parse_global_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.251
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.251
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 948 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.251
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.250
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 950 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.249
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.249
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.248
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1026 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.248
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 317 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 9) |
0.248
ms
|
2 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 957 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.248
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1039 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.248
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 28) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `ps9_country` a
LEFT JOIN `ps9_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps9_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:154 (__construct)
/index.php:40 (require_once)
|
| 298 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.246
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1032 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.246
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 246 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 3) |
0.245
ms
|
3 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.245
ms
|
11 |
|
|
/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_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps9_product` p
INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.245
ms
|
19 |
|
|
/classes/Category.php:1021
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position` |
0.245
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1027 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.245
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1180 |
SELECT SQL_NO_CACHE *
FROM `ps9_currency` c
INNER JOIN ps9_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.245
ms
|
1 |
Yes
|
|
/classes/Currency.php:687
/classes/Currency.php:669 (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/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.244
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:461 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *
FROM `ps9_leoslideshow_groups` a
WHERE (a.`id_leoslideshow_groups` = 8) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 16 AND pa.`id_product` = 16 AND pa.`id_product_attribute` = 28 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1173 |
SELECT SQL_NO_CACHE *
FROM `ps9_cms` a
LEFT JOIN `ps9_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps9_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:452 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 262 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 4) |
0.244
ms
|
3 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE *
FROM `ps9_product` a
LEFT JOIN `ps9_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Pack.php:288 (__construct)
/classes/Product.php:4088 (getQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist2691613608') LIMIT 1 |
0.244
ms
|
11 |
|
|
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1128
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1168 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps9_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:445 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 1 AND pa.`id_product` = 1 AND pa.`id_product_attribute` = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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.242
ms
|
11 |
|
|
/modules/leoelements/includes/widgets/LeoProductCarousel.php:122
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1118 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.242
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1139 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.242
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps9_lang` l
LEFT JOIN `ps9_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.241
ms
|
1 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
| 332 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 10) |
0.241
ms
|
2 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.241
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.241
ms
|
11 |
|
|
/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_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1042 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.241
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.240
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.240
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `ps9_hook_alias` |
0.240
ms
|
86 |
|
|
/classes/Hook.php:371
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:398 (normalizeHookName)
/classes/Hook.php:420 (getAllKnownNames)
/classes/Hook.php:1119 (isHookCallableOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 39 |
SELECT SQL_NO_CACHE *
FROM `ps9_group` a
LEFT JOIN `ps9_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:393 (__construct)
/classes/Cart.php:272 (getCurrent)
/classes/Cart.php:238 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1163 |
SELECT SQL_NO_CACHE * FROM `ps9_btmegamenu_group` gr
LEFT JOIN ps9_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 1
WHERE (`id_shop` = 1) |
0.240
ms
|
2 |
|
|
/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/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1171 |
SELECT SQL_NO_CACHE *
FROM `ps9_cms` a
LEFT JOIN `ps9_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps9_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:452 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.239
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE mc.*
FROM `ps9_module_currency` mc
WHERE (mc.`id_module` = 48) AND (mc.`id_shop` = 1) |
0.239
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_checkpayment/ps_checkpayment.php:72 (checkPaymentCurrencies)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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.238
ms
|
11 |
|
|
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1021 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position` |
0.238
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1045 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position` |
0.238
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE *
FROM ps9_meta m
LEFT JOIN ps9_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.238
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1732 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE tr.*
FROM `ps9_tax_rule` tr
JOIN `ps9_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
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.237
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5465 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 292 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 6) |
0.237
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.237
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps9_currency` c
LEFT JOIN ps9_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.236
ms
|
1 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/modules/leoelements/leoelements.php:1615 (isMultiCurrencyActivated)
/modules/leoelements/leoelements.php:555 (getListCurrencies)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE *
FROM `ps9_leoelements_contents` a
LEFT JOIN `ps9_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 1) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1168 (__construct)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 2 AND pa.`id_product` = 2 AND pa.`id_product_attribute` = 9 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position` |
0.236
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.236
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 7) |
0.236
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.236
ms
|
11 |
|
|
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1128
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14
ORDER BY `position` |
0.236
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.235
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
: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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.235
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.235
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 944 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.235
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 961 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.235
ms
|
11 |
|
|
/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_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1115 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position` |
0.235
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1124 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.235
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.234
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/includes/frontend.php:1230 (get_breakpoints)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17
ORDER BY `position` |
0.234
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 997 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.234
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position` |
0.234
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.233
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position` |
0.233
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 955 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 16 AND il.`id_lang` = 1 ORDER by i.`position` |
0.233
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE * FROM ps9_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.233
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:1237 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_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/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e287f859_26377218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:368 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1170 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps9_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:445 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1174 |
SELECT SQL_NO_CACHE *
FROM `ps9_cms` a
LEFT JOIN `ps9_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps9_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:452 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1169 |
SELECT SQL_NO_CACHE *
FROM `ps9_category` a
LEFT JOIN `ps9_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps9_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:445 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps9_shop s
LEFT JOIN ps9_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.230
ms
|
1 |
|
|
/classes/shop/Shop.php:215
/classes/shop/Shop.php:149 (setUrl)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 858 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.230
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1009 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.230
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.229
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
: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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE *
FROM ps9_meta m
LEFT JOIN ps9_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.229
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1732 (getMetaTags)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1139 (getTemplateVarPage)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 958 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.229
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.229
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.229
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19
ORDER BY `position` |
0.228
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.228
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.228
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 17 AND il.`id_lang` = 1 ORDER by i.`position` |
0.228
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.228
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ps9_lang` a
LEFT JOIN `ps9_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:219 (__construct)
/index.php:40 (require_once)
|
| 140 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.227
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.227
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.226
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1097 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.225
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 849 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.225
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.225
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.225
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE * FROM `ps9_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.224
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1529 (getNoPictureImage)
/classes/controller/FrontController.php:1681 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12
ORDER BY `position` |
0.224
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.224
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/global-css.php:110 (get_meta)
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 996 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.223
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content1927636803" AND cs.`id_shop`=1 LIMIT 1 |
0.223
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.223
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12
ORDER BY `position` |
0.223
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 14) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE p.id_leoelements_products, p.plist_key, p.name
FROM ps9_leoelements_products p
INNER JOIN ps9_leoelements_products_shop ps ON (ps.id_leoelements_products = p.id_leoelements_products) WHERE id_shop=1 |
0.221
ms
|
7 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:283
/modules/leoelements/leoelements.php:886 (getAllProductDetail)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.221
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 32) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position` |
0.221
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9
ORDER BY `position` |
0.221
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.221
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1158 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.221
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1172 |
SELECT SQL_NO_CACHE *
FROM `ps9_cms` a
LEFT JOIN `ps9_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps9_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:452 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.220
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 1 ORDER by i.`position` |
0.220
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 16 AND il.`id_lang` = 1 ORDER by i.`position` |
0.220
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE *
FROM `ps9_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:85 (__construct)
/modules/leoelements/leoelements.php:1939 (__construct)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 28) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.219
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 2 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.218
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.218
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1207 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 6) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 16
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.218
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 13) LIMIT 1 |
0.218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16) LIMIT 1 |
0.218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15
ORDER BY `position` |
0.217
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2067216676" AND cs.`id_shop`=1 LIMIT 1 |
0.217
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.217
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content1927636803" AND cs.`id_shop`=1 LIMIT 1 |
0.216
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:462 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 693 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 11) |
0.216
ms
|
2 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position` |
0.216
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.216
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1051 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1193 |
SELECT SQL_NO_CACHE id_page_type
FROM ps9_page_type
WHERE name = 'index' LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Page.php:100
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 4 AND pa.`id_product` = 4 AND pa.`id_product_attribute` = 16 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.215
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.215
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 863 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.215
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1147 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 3 AND pa.`id_product` = 3 AND pa.`id_product_attribute` = 13 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.215
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1189 |
SELECT SQL_NO_CACHE * FROM ps9_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.215
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:1237 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_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/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e287f859_26377218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:368 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `ps9_currency` a
LEFT JOIN `ps9_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:685 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 17 AND pa.`id_product` = 17 AND pa.`id_product_attribute` = 32 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.214
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1183 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.214
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.214
ms
|
11 |
|
|
/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_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1050 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM `ps9_country` a
LEFT JOIN `ps9_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1701 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1003 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 16
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.213
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.213
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 5 AND pa.`id_product` = 5 AND pa.`id_product_attribute` = 19 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.213
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.213
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.213
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 852 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.213
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 871 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position` |
0.212
ms
|
2 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1175 |
SELECT SQL_NO_CACHE *
FROM `ps9_cms` a
LEFT JOIN `ps9_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps9_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:452 (__construct)
/modules/leobootstrapmenu/classes/widget/links.php:414 (getLink)
/modules/leobootstrapmenu/classes/widget.php:254 (renderContent)
/modules/leobootstrapmenu/classes/widget.php:264 (getWidgetContent)
/modules/leobootstrapmenu/classes/Btmegamenu.php:703 (renderContent)
/var/cache/dev/smarty/compile/be/83/51/be8351790fafa718921f12f8de8c2db6559df7a2_2.file.menu_1_widget.tpl.php:94 (renderWidgetsInCol)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e27b63c0_28185033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:788 (fetch)
/modules/leobootstrapmenu/classes/Btmegamenu.php:679 (genMegaMenuByConfig)
/modules/leobootstrapmenu/leobootstrapmenu.php:2883 (getFrontTree)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.212
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:460 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=1 AND font_family="MazzardSoftH-Bold" LIMIT 1 |
0.212
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:84
/modules/leoelements/includes/frontend.php:760 (getAllFontsByFamily)
/modules/leoelements/includes/frontend.php:656 (enqueue_google_fonts)
/modules/leoelements/includes/frontend.php:917 (print_fonts_links)
/modules/leoelements/core/files/css/base.php:242 (enqueue_font)
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 10 AND pa.`id_product` = 10 AND pa.`id_product_attribute` = 24 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 19 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 16 AND il.`id_lang` = 1 ORDER by i.`position` |
0.212
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 24 |
DELETE FROM `ps9_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ps9_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
) |
0.211
ms
|
1 |
|
|
/classes/Configuration.php:574
/modules/leoblog/leoblog.php:1104 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 199 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 0 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/SpecificPrice.php:423
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.211
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.210
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:465 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.210
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 18 AND pa.`id_product` = 18 AND pa.`id_product_attribute` = 36 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 979 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1141 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE p.id_leoelements_product_list, p.plist_key, p.name
FROM ps9_leoelements_product_list p
INNER JOIN ps9_leoelements_product_list_shop ps ON (ps.id_leoelements_product_list = p.id_leoelements_product_list) WHERE id_shop=1 |
0.209
ms
|
11 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:158
/modules/leoelements/leoelements.php:887 (getAllProductList)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.209
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps9_module` m
LEFT JOIN `ps9_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.209
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:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 26 |
DELETE FROM `ps9_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ps9_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
) |
0.208
ms
|
1 |
|
|
/classes/Configuration.php:574
/modules/leoblog/leoblog.php:1105 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 72 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.208
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:475 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1142 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 10 AND `id_shop` = 1 |
0.207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1149 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.207
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 2 AND `id_shop` = 1 |
0.207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1092 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1143 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1145 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1151 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.206
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.206
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:929 (create)
/modules/leoelements/leoelements.php:1141 (parse_global_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 988 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1002 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 16
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1155 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE id_leoslideshow_groups FROM `ps9_leoslideshow_groups` WHERE randkey IN ('1a9436d12827c870d10cc0d9b19b2c00') AND id_shop = 1 |
0.205
ms
|
7 |
|
|
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps9_product` p LEFT JOIN `ps9_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps9_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps9_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 p.`id_product` = 9 AND pa.`id_product` = 9 AND pa.`id_product_attribute` = 22 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5557 (getAvailableDate)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 972 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps9_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Cart.php:1322
/src/Adapter/Presenter/Cart/CartLazyArray.php:247 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getProductsCount)
/var/cache/dev/smarty/compile/at_fresova/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_693959e28505b1_15085795)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:55 (fetch)
/classes/module/Module.php:2417 (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/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.204
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/includes/frontend.php:1230 (get_breakpoints)
/modules/leoelements/leoelements.php:572 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3603299955" AND cs.`id_shop`=1 LIMIT 1 |
0.204
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content1959671592" AND cs.`id_shop`=1 LIMIT 1 |
0.204
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 872 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.204
ms
|
11 |
|
|
/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_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 984 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 22 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1104 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.204
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:463 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.204
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 2 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.204
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 3 AND `id_shop` = 1 |
0.204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 5 AND `id_shop` = 1 |
0.204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps9_image` i
INNER JOIN ps9_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps9_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.204
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1140 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3669548395" AND cs.`id_shop`=1 LIMIT 1 |
0.203
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1164 |
SELECT SQL_NO_CACHE `id_btmegamenu` FROM `ps9_btmegamenu`
WHERE `id_group` = 1 AND `id_parent` = 0 |
0.203
ms
|
11 |
|
|
/modules/leobootstrapmenu/classes/Btmegamenu.php:1188
/modules/leobootstrapmenu/leobootstrapmenu.php:2867 (getMenusRoot)
/modules/leobootstrapmenu/leobootstrapmenu.php:2837 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3509057905" AND cs.`id_shop`=1 LIMIT 1 |
0.203
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 22) LIMIT 1 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.203
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1071 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.203
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.202
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 22 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2819865223" AND cs.`id_shop`=1 LIMIT 1 |
0.202
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.202
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE pl.*
FROM `ps9_leoelements_product_list` pl
INNER JOIN `ps9_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` = 'plist3400181017') LIMIT 1 |
0.202
ms
|
11 |
|
|
/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_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1064 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.201
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:116 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3729772593" AND cs.`id_shop`=1 LIMIT 1 |
0.201
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=1 AND font_family="MazzardSoftH-Regular" LIMIT 1 |
0.201
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:84
/modules/leoelements/includes/frontend.php:760 (getAllFontsByFamily)
/modules/leoelements/includes/frontend.php:656 (enqueue_google_fonts)
/modules/leoelements/includes/frontend.php:917 (print_fonts_links)
/modules/leoelements/core/files/css/base.php:242 (enqueue_font)
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 9 AND `id_shop` = 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.201
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 975 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 13 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1014 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 12
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1091 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content1914537979" AND cs.`id_shop`=1 LIMIT 1 |
0.200
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content1816715962" AND cs.`id_shop`=1 LIMIT 1 |
0.200
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.200
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1011 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 571 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 15) |
0.199
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.199
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 966 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 973 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1098 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3210174669" AND cs.`id_shop`=1 LIMIT 1 |
0.199
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 990 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `id_category` FROM `ps9_category` c
WHERE `active` = 1 AND `id_category` > 2 LIMIT 1 |
0.198
ms
|
9 |
|
|
/modules/leoelements/leoelements.php:877
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2587237985" AND cs.`id_shop`=1 LIMIT 1 |
0.198
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2721334616" AND cs.`id_shop`=1 LIMIT 1 |
0.198
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 4 AND `id_shop` = 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `ps9_customization_field`
WHERE `id_product` = 19
AND `required` = 1 AND `is_deleted` = 0 |
0.198
ms
|
1 |
|
|
/classes/Product.php:6359
/src/Adapter/Presenter/Product/ProductLazyArray.php:193 (getRequiredCustomizableFieldsStatic)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:45 (getCustomizationRequired)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.198
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2753373644" AND cs.`id_shop`=1 LIMIT 1 |
0.198
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3863545365" AND cs.`id_shop`=1 LIMIT 1 |
0.198
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1010 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_elementor_scheme_last_updated' LIMIT 1 |
0.197
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.197
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.197
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
: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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 17) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 615 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 12) |
0.197
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.197
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1148 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1154 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.196
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.196
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1171 (parse_post_css_code)
/modules/leoelements/leoelements.php:999 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.196
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
: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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 930 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1088 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1144 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1146 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.195
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:116 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 4 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/classes/Link.php:114 (__construct)
/classes/Link.php:186 (getProductObject)
/modules/leoelements/leoelements.php:882 (getProductLink)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2133520121" AND cs.`id_shop`=1 LIMIT 1 |
0.195
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3254273176" AND cs.`id_shop`=1 LIMIT 1 |
0.195
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:898 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.195
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
: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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 10) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 9 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 980 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 993 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1072 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1150 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "leoelements" LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/leogallery/leogallery.php:555 (isEnabled)
/modules/leogallery/leogallery.php:374 (getLayoutFromProfile)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 9 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position` |
0.194
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps9_product_attribute_image` pai
LEFT JOIN `ps9_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps9_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position` |
0.194
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 985 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.194
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1152 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.194
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/b5/1a/91/b51a917e5fca9696a588f010a3258fdcadf7e723_2.file.plist2691613608.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e23e1cd7_52888826)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `active`
FROM `ps9_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.194
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:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1365 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE * FROM ps9_hook_module
WHERE `id_hook` = 156
AND `id_module` = 86
AND `id_shop` = 1 |
0.194
ms
|
1 |
|
|
/classes/Hook.php:569
/classes/Hook.php:654 (isModuleRegisteredOnHook)
/classes/module/Module.php:1212 (registerHook)
/modules/leogallery/leogallery.php:330 (registerHook)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE * FROM `ps9_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.193
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1529 (getNoPictureImage)
/classes/controller/FrontController.php:1681 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=1 AND font_family="Greatest_Richmond-400" LIMIT 1 |
0.193
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:84
/modules/leoelements/includes/frontend.php:760 (getAllFontsByFamily)
/modules/leoelements/includes/frontend.php:656 (enqueue_google_fonts)
/modules/leoelements/includes/frontend.php:917 (print_fonts_links)
/modules/leoelements/core/files/css/base.php:242 (enqueue_font)
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `ps9_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3669 (getTaxCalculator)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 1 AND `id_shop` = 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1005 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 28 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2133520121" AND cs.`id_shop`=1 LIMIT 1 |
0.192
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:464 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.192
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:470 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE p.name, p.clist_key, p.id_leoelements_category
FROM ps9_leoelements_category p
INNER JOIN ps9_leoelements_category_shop ps ON (ps.id_leoelements_category = p.id_leoelements_category) WHERE id_shop=1 |
0.192
ms
|
1 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:190
/modules/leoelements/leoelements.php:889 (getAllCategory)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 3 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.192
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 9 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 9 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1060 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 9 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `ps9_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.191
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1529 (getNoPictureImage)
/classes/controller/FrontController.php:1681 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE * FROM `ps9_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.191
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1529 (getNoPictureImage)
/classes/controller/FrontController.php:1681 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.191
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:469 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.191
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 16
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.190
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:466 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3254273176" AND cs.`id_shop`=1 LIMIT 1 |
0.190
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:468 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.190
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:474 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 704 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 14) |
0.190
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1012 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 22 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps9_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:146 (__construct)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 65 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.189
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:467 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.189
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:471 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 2 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 24) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.189
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 19 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1052 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps9_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE * FROM `ps9_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.188
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1529 (getNoPictureImage)
/classes/controller/FrontController.php:1681 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE * FROM ps9_leoelements_contents c
LEFT JOIN ps9_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.188
ms
|
17 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:473 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1107 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 24 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE *
FROM ps9_leoslideshow_groups gr
WHERE gr.id_shop = 1
AND gr.id_leoslideshow_groups = 8 LIMIT 1 |
0.188
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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps9_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Category.php:1774
/classes/Category.php:1003 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 12
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1099 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1065 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1105 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 5 LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 2 AND `validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 16 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 913 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 982 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 16 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1079 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.186
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = '_elementor_settings_update_time' LIMIT 1 |
0.186
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1004 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 12
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1053 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1190 |
SELECT SQL_NO_CACHE data
FROM `ps9_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.185
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 1) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 981 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 816 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 17
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.183
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 8 LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 12
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 967 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1059 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE value FROM `ps9_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/shop/Shop.php:1211
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.183
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 13 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 24 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 986 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 974 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.182
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 4 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 3) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE * FROM `ps9_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.181
ms
|
1 |
|
|
/classes/module/Module.php:2168
/classes/Hook.php:1050 (getExceptionsStatic)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE value FROM ps9_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.181
ms
|
21 |
|
|
/modules/leoelements/src/Leo_Helper.php:1342
/modules/leoelements/src/Leo_Helper.php:1407 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 5 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 19 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1089 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1197 |
SELECT SQL_NO_CACHE * FROM ps9_gender_lang WHERE id_lang=1 |
0.181
ms
|
2 |
|
|
/modules/leoquicklogin/leoquicklogin.php:1136
/modules/leoquicklogin/leoquicklogin.php:1157 (buildQuickLoginForm)
/modules/leoquicklogin/leoquicklogin.php:979 (buildModal)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE * FROM `ps9_image_type` |
0.180
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/leoelements/leoelements.php:692 (getFormattedName)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps9_specific_price` WHERE `id_product` != 0 |
0.180
ms
|
2 |
|
|
/classes/SpecificPrice.php:307
/classes/SpecificPrice.php:357 (filterOutField)
/classes/SpecificPrice.php:545 (computeExtraConditions)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 7 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 10 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 1 AND `validate` = 1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 8 AND `validate` = 1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 9 AND `validate` = 1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 994 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.180
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1067 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 13 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1085 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.180
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps9_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:562 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
| 42 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps9_shop s |
0.179
ms
|
1 |
|
|
/classes/shop/Shop.php:922
/src/Adapter/Configuration.php:383 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:119 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:68 (get)
/classes/assets/StylesheetManager.php:124 (getFQDN)
/classes/assets/StylesheetManager.php:78 (add)
/classes/controller/FrontController.php:1069 (register)
/classes/controller/FrontController.php:933 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 8 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 23) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 10 AND `validate` = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 713 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 18) |
0.179
ms
|
4 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 6 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 3 AND `validate` = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 6 AND `validate` = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1093 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 14) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1074 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 16 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps9_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/module/Module.php:2267
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 4 AND `validate` = 1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 25) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 17
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `ps9_currency_lang`
WHERE `id_currency` = 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:685 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `ps9_group_lang`
WHERE `id_group` = 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:393 (__construct)
/classes/Cart.php:272 (getCurrent)
/classes/Cart.php:238 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "leoslideshow" LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 3 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 16) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 6 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1066 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.176
ms
|
2 |
|
|
/classes/SpecificPrice.php:294
/classes/SpecificPrice.php:365 (filterOutField)
/classes/SpecificPrice.php:545 (computeExtraConditions)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *
FROM `ps9_tax_lang`
WHERE `id_tax` = 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3669 (getTaxCalculator)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 7) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 699 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 13) |
0.176
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps9_country`
WHERE `id_country` = 6 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1701 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_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/at_fresovalayouts_layout_full_width_tpl/a4/72/76/a47276cf708676625084d65f1ed755dd722631d4_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e287f859_26377218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:368 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps9_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
| 201 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.175
ms
|
2 |
|
|
/classes/SpecificPrice.php:294
/classes/SpecificPrice.php:357 (filterOutField)
/classes/SpecificPrice.php:545 (computeExtraConditions)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 11) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1073 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.175
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1194 |
SELECT SQL_NO_CACHE `id_page`
FROM `ps9_page`
WHERE `id_page_type` = 2 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:406 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `ps9_country_lang`
WHERE `id_country` = 6 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1701 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/module/Module.php:2267
/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 24 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 709 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 17) |
0.174
ms
|
4 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1080 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps9_country`
WHERE `id_country` = 6 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1701 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps9_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 12
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 904 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute` a
LEFT JOIN `ps9_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 36) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 8 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 718 |
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 `ps9_product` p
INNER JOIN `ps9_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps9_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` = 19) |
0.172
ms
|
1 |
|
|
/classes/Product.php:3603
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 36) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 9) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 5 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 16
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 13
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
0.172
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=1 |
0.171
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:772 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 22) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 18
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 2) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 18) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 5 AND `validate` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 2
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 16 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 19 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 7 AND `validate` = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 17 AND `id_shop` = 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 13) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 23 |
DELETE FROM `ps9_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list" |
0.168
ms
|
1 |
|
|
/classes/Configuration.php:582
/modules/leoblog/leoblog.php:1103 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 779 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 13
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.168
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 18 AND `id_shop` = 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 932 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 1182 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps9_country`
WHERE `id_country` = 6 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1701 (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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/c5/5b/d2/c55bd24a698d0a477b47bbd5c1438481be10821f_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e2728911_09358563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:215 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/96/33/de/9633debf94549e44677ecd09560f701825def571_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26d6b99_40746619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a7/70/14/a77014fd127f2e29cb74c5216d5a177957a4108e_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26bb1d0_42097489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/08/6d/a4/086da476eaf3c9798f7eab01e993bc0ab2aea924_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26b65e0_63000341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/at_fresovalayouts_layout_full_width_tpl/a8/a5/d5/a8a5d51e2f68a8af0a2fc1b258fd177675bb7f91_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e26ae9d0_28786107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE format
FROM `ps9_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/AddressFormat.php:649
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1701 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 22 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 9 LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 15) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 13 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 19 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 8
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.166
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/leogallery/leogallery.php:555 (isEnabled)
/modules/leogallery/leogallery.php:374 (getLayoutFromProfile)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 9 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 12) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 13 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 14
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:179
/modules/leofeature/leofeature.php:1635 (getAverageGrade)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 877 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 1
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 16
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps9_required_field |
0.163
ms
|
1 |
|
|
/classes/ObjectModel.php:1437
/classes/ObjectModel.php:1472 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1403 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:526 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=1 |
0.163
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:772 (getAllFonts)
/modules/leoelements/leoelements.php:916 (getFontFamilyUploaded)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 7 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:3911 (getPriceStatic)
/classes/Pack.php:140 (getPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 12
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 6
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 914 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 32) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5549 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 32 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 27 |
DELETE FROM `ps9_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category" |
0.162
ms
|
1 |
|
|
/classes/Configuration.php:582
/modules/leoblog/leoblog.php:1105 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 646 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 15 AND `validate` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 8 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 18
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 10
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps9_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Image.php:554
/modules/leoelements/leoelements.php:692 (getSize)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_positions` |
0.162
ms
|
18 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:244
/modules/leoelements/leoelements.php:890 (getAllPosition)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 6) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 5
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE id_shop
FROM `ps9_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:689 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps9_country`
WHERE `id_country` = 6 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1701 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 9
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 8) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 28 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE id_shop
FROM `ps9_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Group.php:396 (isAssociatedToShop)
/classes/Cart.php:272 (getCurrent)
/classes/Cart.php:238 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "leoblog" LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE `from` BETWEEN '2026-01-10 00:00:00' AND '2026-01-10 23:59:59' LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/SpecificPrice.php:374
/classes/SpecificPrice.php:545 (computeExtraConditions)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 5) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 16 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_lang`
WHERE `id_product` = 15 AND `id_shop` = 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/override/classes/Product.php:84 (__construct)
/classes/Pack.php:288 (__construct)
/classes/Product.php:4088 (getQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 12 AND `validate` = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 3
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 898 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 4
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 4 LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps9_specific_price_priority`
WHERE `id_product` = 2
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/SpecificPrice.php:253
/classes/SpecificPrice.php:236 (getPriority)
/classes/SpecificPrice.php:562 (_getScoreQuery)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 24 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 9 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/fe/ac/b5/feacb51d972a5d8b1a74d4a2540dd89ee28bd2a6_2.module.leoelementsviewstemplatesfrontLeoProductCarousel.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1945c76_80639890)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1148 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 13 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=2 |
0.155
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:752 (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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_group`
WHERE `id_group` = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3737 (getReductionByIdGroup)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 2 AND `id_group` = 1 LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 33) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 18 AND `validate` = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps9_leofeature_product_review` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:172
/modules/leofeature/leofeature.php:1636 (getRatings)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 4 AND `id_group` = 1 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 6 AND `id_group` = 1 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps9_pack` where id_product_pack = 15 |
0.154
ms
|
2 |
|
|
/classes/Pack.php:189
/classes/Pack.php:138 (getItems)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 19 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 19 AND `validate` = 1 LIMIT 1 |
0.153
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module` WHERE `name` = "leogallery" LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2234 (getModuleIdByName)
/modules/leoelements/leoelements.php:766 (isInstalled)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 19 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 13 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 32 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE *
FROM ps9_leoelements_positions p |
0.151
ms
|
18 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:318
/modules/leoelements/leoelements.php:1548 (getAllProfileByShop)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 627 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE * FROM `ps9_leoelements_fonts` WHERE type=2 |
0.150
ms
|
3 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:752 (getAllFonts)
/modules/leoelements/leoelements.php:920 (getFontFamilyGoogle)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/module/Module.php:2267
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 3 AND `id_group` = 1 LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 16 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 28 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 22 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 28 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:4092 (getQuantityAvailableByProduct)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 13 AND `validate` = 1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 17 AND `validate` = 1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 37) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 15 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps9_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:559
/classes/Product.php:7502 (outOfStock)
/classes/Pack.php:193 (loadStockData)
/classes/Pack.php:138 (getItems)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE `to` BETWEEN '2026-01-10 00:00:00' AND '2026-01-10 23:59:59' LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:378
/classes/SpecificPrice.php:545 (computeExtraConditions)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps9_specific_price_priority`
WHERE `id_product` = 1
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/SpecificPrice.php:253
/classes/SpecificPrice.php:236 (getPriority)
/classes/SpecificPrice.php:562 (_getScoreQuery)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:1109 (_prepProducts)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 12 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 22 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 14 AND `validate` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 911 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 16 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE COUNT(`id_product_review`) AS "nbr"
FROM `ps9_leofeature_product_review` pc
WHERE `id_product` = 16 AND `validate` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/modules/leofeature/classes/ProductReview.php:228
/modules/leofeature/leofeature.php:1637 (getReviewNumber)
/classes/Hook.php:1237 (hookdisplayLeoProductListReview)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:64 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 31) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 19 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 22 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 933 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 24 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE *
FROM ps9_leoelements_positions p |
0.142
ms
|
18 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:322
/modules/leoelements/leoelements.php:1548 (getAllProfileByShop)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 648 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 820 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 36 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps9_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:559
/classes/Product.php:7502 (outOfStock)
/classes/Pack.php:193 (loadStockData)
/classes/Pack.php:138 (getItems)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE location
FROM `ps9_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:587
/classes/Product.php:7503 (getLocation)
/classes/Pack.php:193 (loadStockData)
/classes/Pack.php:138 (getItems)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 11 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 13 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 900 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps9_product_attribute` pa
INNER JOIN ps9_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_attribute` = 16 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Combination.php:558
/src/Adapter/Presenter/Product/ProductLazyArray.php:1435 (getPrice)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getAttributePrice)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 12 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE `id_module` FROM `ps9_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/module/Module.php:2267
/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/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:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 29) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 25 |
DELETE FROM `ps9_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog" |
0.138
ms
|
1 |
|
|
/classes/Configuration.php:582
/modules/leoblog/leoblog.php:1104 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/override/classes/Dispatcher.php:28 (exec)
/classes/Dispatcher.php:235 (loadRoutes)
/classes/Dispatcher.php:193 (__construct)
/index.php:78 (getInstance)
|
| 688 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 15 AND `id_group` = 1 LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 14 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps9_product_attribute pa
INNER JOIN ps9_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 = 15 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:1077
/classes/Product.php:3560 (getDefaultAttribute)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE *
FROM `ps9_product_attribute_lang`
WHERE `id_product_attribute` = 36 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5623 (__construct)
/classes/Product.php:5586 (computeUnitPriceRatio)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE location
FROM `ps9_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:587
/classes/Product.php:7503 (getLocation)
/classes/Pack.php:193 (loadStockData)
/classes/Pack.php:138 (getItems)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1128 (noPackPrice)
/src/Adapter/Presenter/Product/ProductLazyArray.php:140 (addPriceInformation)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/leoelements/leoelements.php:1704 (present)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 38) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 12 AND `id_group` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE name FROM ps9_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1387 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 16 AND `id_group` = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Product.php:5431 (getPriceStatic)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 34) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 39) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps9_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/override/classes/Product.php:84 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Pack.php:320 (getQuantityAvailableByProduct)
/classes/Product.php:4088 (getQuantity)
/classes/Product.php:5537 (getQuantity)
/classes/ProductAssembler.php:191 (getProductProperties)
/modules/leoelements/leoelements.php:1706 (assembleProduct)
/modules/leoelements/leoelements.php:1958 (convertProducts)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps9_product_shop`
WHERE `id_product` = 11 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6520
/classes/Product.php:3668 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps9_product_shop`
WHERE `id_product` = 13 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6520
/classes/Product.php:3668 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps9_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 35) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:267
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:187 (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/1c/ac/8d/1cac8d50d82fd74ac9e55619c1595e4f2a19b0a1_2.file.plist3400181017.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1975221_59997018)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/97/97/af/9797af3b11f7abfd19e7bb4d25328da853425e2c_2.module.leoelementsviewstemplatesfrontLeoProductTab2.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b80267_15849404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:889 (fetch)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps9_product_shop`
WHERE `id_product` = 18 AND id_shop=1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Product.php:6520
/classes/Product.php:3668 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps9_product_shop`
WHERE `id_product` = 14 AND id_shop=1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:6520
/classes/Product.php:3668 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 17 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 13 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 14 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 18 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE 1 FROM `ps9_specific_price` WHERE id_product = 19 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3569 (getSpecificPrice)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps9_product_shop`
WHERE `id_product` = 17 AND id_shop=1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:6520
/classes/Product.php:3668 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps9_product_shop`
WHERE `id_product` = 19 AND id_shop=1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:6520
/classes/Product.php:3668 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 11 AND `id_group` = 1 LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 18 AND `id_group` = 1 LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 13 AND `id_group` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 17 AND `id_group` = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps9_product_group_reduction_cache`
WHERE `id_product` = 14 AND `id_group` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3733 (getValueForProduct)
/classes/Product.php:3459 (priceCalculation)
/classes/Tools.php:1549 (getPriceStatic)
/classes/Category.php:1101 (orderbyPrice)
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/leoelements/leoelements.php:1951 (runQuery)
/modules/leoelements/leoelements.php:1804 (execProducts)
/modules/leoelements/includes/widgets/LeoProductTab.php:852 (_prepProducts)
/var/cache/dev/smarty/compile/a9/0d/1c/a90d1c590deb08ac5f8cf8468070ac9d6706cea7_2.module.leoelementsviewstemplatesfrontLeoProductTab.tpl.php:82 (renderProduct)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_693959e1b17798_46749740)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/modules/leoelements/includes/widgets/LeoProductTab.php:796 (fetch)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1345 (get_builder_content)
/modules/leoelements/leoelements.php:2841 (getWidgetVariables)
/modules/leoelements/leoelements.php:1324 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:484 (run)
/index.php:78 (dispatch)
|